﻿

/* Start:/ua/style.css?151790494924669*/
#hole-for-mouse svg{
    animation-name: mouseMove;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes mouseMove {
    0% {top: 37px;}
    50%{top: 0px;}
    100% {top: 37px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #hole-for-mouse svg{
    animation-name: mouseMoveIE;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

}

@keyframes mouseMoveIE {
    0% {top: 77px;}
    50%{top: 40px;}
    100% {top: 77px;}
}

/************************************SECTION 2********************************************/

.section-2-right-img img {
    width: 100%;
}
.section-2-left-text {
    text-align: justify;
    margin-bottom: 15px;
}
.smothe_block {
    background: url(../../../../../../upload/av-alfasintez/smothe-line.svg) center;
    background-size: cover;
    width: 100%;
    height: 70px;
}

.section-page-2 {
    padding-top: 20px;
    min-height: 550px;
}

.section-page-2 h3,
.section-page-4 h3,
.section-page-5 h3,
.section-page-6 h3,
.section-page-8 h3 {
    border-bottom: 2px solid #8DC04B;
    color: #868686;
    padding-bottom: 5px;
    margin: 0 auto;
    width: 70%;
}

.section-page-2 p {
    line-height: 27px;
    font-size: 17px;
    margin-bottom: 70px;
}


/***************************ANIMATION ON EGGS*******************************/

.eggs-slide-lines {
    border-radius: 40px 0 0 0;
    overflow: hidden;
}

.eggs-slide-lines .line-style {
    position: absolute;
    bottom: 210px;
    left: 170px;
    right: 0;
}

.eggs-slide-lines span {
    display: none;
    color: #8DC04B;
}

.eggs-slide-lines .setWidth span {
    font-weight: bold;
    display: block;
    margin-left: 0;
    position: absolute;
    top: -15px;
    opacity: 0;
    width: auto;
    white-space: pre;
    animation-name: show-span;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
}

@keyframes show-span {
    to {
        margin-left: 90px;
        opacity: 1
    }
}

.eggs-slide-lines .line-style {
    height: 0;
    width: 0;
    border: 0 dashed #fff;
    border-left: 2px dashed #8DC04B;
    border-top: 2px dashed #8DC04B;
    border-radius: 30px 0 0 0;
}

.eggs-slide-lines .setWidth {
    animation-name: diagonal-slide-hight;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes diagonal-slide-hight {
    50% {
        height: 110px;
    }
    100% {
        height: 110px;
        width: 80px;
    }
}


/****************SECOND LINE****************/

.eggs-slide-lines.low-line .setWidth {
    animation-name: diagonal-slide-low;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.low-line .line-style {
    position: absolute;
    bottom: 210px;
    left: 250px;
    right: 0;
}

@keyframes diagonal-slide-low {
    50% {
        height: 60px;
    }
    100% {
        height: 60px;
        width: 80px;
    }
}


/******************BOTTOM ROTATE************************/

.bottom-rotate .line-style {
    transform: scale(-1, -1);
    position: absolute;
    bottom: 210px;
    top: 220px;
}

.bottom-rotate .setWidth span {
    transform: rotate(180deg);
}

.hight-line.bottom-rotate .line-style {
    position: absolute;
    top: 200px;
    left: 300px;
}

.low-line.bottom-rotate .line-style {
    position: absolute;
    top: 200px;
    left: 180px;
}

.bottom-rotate .setWidth span {
    top: -10px;
}


/************************************SECTION 3********************************************/

.section-page-3 {
    height: 500px;
}

.section-page-3 > div {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 35px;
    font-weight: bold;
    height: 100%;
}

.section-page-3 > div img {
    height: auto;
    width: 100%;
    min-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: 6s;
}

.section-page-3 > div span {
    color: #fff;
    z-index: 7;
}

.section-page-3 > div:hover img {
    width: 115%;
    transition: 6s;
}

.section-page-3 > div img.catalogActive {
    width: 115%;
    transition: 3s;
}


/************************************SECTION 4********************************************/

.section-page-4 p {
    line-height: 27px;
    font-size: 17px;
    margin-bottom: 30px;
}


/************************************SECTION 5********************************************/

.section-page-5 .wave {
    background: url(../../../../../../upload/av-alfasintez/Fon_green_1.svg) center;
    background-repeat: repeat;
    background-size: cover;
    padding: 40px 0;
    margin-left: -2px;
}
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .section-page-5 .wave {
        background-color: rgb(141, 192, 75) !important;
    }
}
@media screen and (min-width: 1500px) {
    .section-page-5 .wave {
        background-size: inherit;
    }
}

.section-page-5 h3 {
    border-bottom: 2px solid #FFF;
    color: #fff;
    margin-bottom: 30px;
}

.section-5-image {
    margin-bottom: 42px;
    width: 100%;
    height: 160px;
}

.section-5-image > div:nth-child(1) {
    background: url(../../../../../../upload/av-alfasintez/chicken.svg) no-repeat center;
    background-size: inherit;
    height: 150px;
}

.section-5-image > div:nth-child(2) {
    background: url(../../../../../../upload/av-alfasintez/ranch.svg)no-repeat center;
    background-size: inherit;
    height: 170px;
}

.section-5-image > div:nth-child(3) {
    background: url(../../../../../../upload/av-alfasintez/meet.svg)no-repeat center;
    background-size: inherit;
    height: 150px;
}

.section-5-image > div:nth-child(4) {
    background: url(../../../../../../upload/av-alfasintez/-cupcakes.svg)no-repeat center;
    background-size: inherit;
    height: 200px;
    margin-top: -50px;
}

.section-5-image span {
    position: relative;
    top: 160px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.section-5-image div:nth-child(4) span {
    top: 210px;
}


/**********************************SECTION 6***************************************************/

.section-page-6 p {
    line-height: 27px;
    font-size: 17px;
    margin-bottom: 30px;
}

.section-6-production-img {
    height: 183px;
}

.section-6-production-img img {
    border-radius: 100%;
    border: 4px solid #e8eaec;
    transition: .4s;
}

.section-6-production-img:hover img {
    margin-top: -10px;
    width: 200px;
    height: 200px;
    transition: .4s;
}

.section-page-6 h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0;
}


/************************************SECTION 7********************************************/
.BG-7n-page {
    display: none;
    background-size:cover!important;position:fixed;bottom:0;width:100%;height:100%;z-index:-1;
}
@media screen and (min-width: 1200px){
    .BG-7n-page{background:url(../../../../../../upload/medialibrary/cd0/cd068f0555f9da1aa7e5b1678bb40cde.jpg) no-repeat center}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .BG-7n-page{background:url(../../../../../../upload/av-alfasintez/fon_2_1024x770-min.jpg) no-repeat center}
}
@media screen and (max-width: 991px) and (min-width: 500px){
    .BG-7n-page{background:url(../../../../../../upload/av-alfasintez/fon_2_770x1024-min.jpg) no-repeat center}
}
@media screen and (max-width: 499px){
    .BG-7n-page{background:url(../../../../../../upload/av-alfasintez/fon_2_375x667-min.jpg) no-repeat center}
}
.section-page-7 h3 {
    border-bottom: 2px solid #FFF;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 70%;
}

@media screen and (min-width: 1200px) {
    .section-page-7 svg {
        height: 180px;
        width: 180px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .section-page-7 svg {
        height: 160px;
        width: 160px;
    }
}

@media screen and (max-width: 768px) {
    .section-page-7 svg {
        height: 80px;
        width: 80px;
    }
}


/************************************SECTION 8********************************************/

.section-page-8 p {
    line-height: 27px;
    font-size: 17px;
    margin-bottom: 10px;
    text-align: justify;
}
.section-8-right-img{
    margin-top: 20px;
}
.section-page-8 .container {
    margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
    .section-8-right-img {
        background: url(../../../../../../upload/av-alfasintez/tomatoes.png) no-repeat center;
        background-size: contain;
        min-height: 430px;
        height: 430px;
    }
}
/***************************ANIMATION ON TOMATOES*******************************/

.tomatoes-slide-lines {
    border-radius: 40px 0 0 0;
    overflow: hidden;
}

.tomatoes-slide-lines.first .line-style {
    position: absolute;
    bottom: 338px;
    left: 130px;
    right: 0;
}

.tomatoes-slide-lines span {
    display: none;
    color: #8DC04B;
}

.tomatoes-slide-lines .setWidth span {
    font-weight: bold;
    display: block;
    margin-left: -200px;
    position: absolute;
    top: -15px;
    opacity: 0;
    width: auto;
    white-space: pre;
    animation-name: show-span2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes show-span2 {
    to {
        margin-left: -130px;
        opacity: 1
    }
}

.tomatoes-slide-lines .line-style {
    height: 0;
    width: 0;
    border: 0 dashed #fff;
    border-right: 2px dashed #8DC04B;
    border-top: 2px dashed #8DC04B;
    border-radius: 0 30px 0 0;
}

.tomatoes-slide-lines .setWidth {
    animation-name: diagonal-slide-hight12;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes diagonal-slide-hight12 {
    50% {
        height: 50px;
    }
    100% {
        height: 50px;
        width: 70px;
    }
}


/****************SECOND LINE****************/

.tomatoes-slide-lines.second .line-style {
    height: 0;
    width: 0;
    border: 0 dashed #fff;
    border-left: 2px dashed #8DC04B;
    border-top: 2px dashed #8DC04B;
    border-radius: 30px 0 0 0;
}

.tomatoes-slide-lines.low-line .setWidth {
    animation-name: diagonal-slide-low14;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.tomatoes-slide-lines.low-line .line-style {
    position: absolute;
    bottom: 326px;
    left: 280px;
    right: 0;
}

@keyframes diagonal-slide-low14 {
    50% {
        height: 30px;
    }
    100% {
        height: 30px;
        width: 80px;
    }
}

.tomatoes-slide-lines.second .setWidth span {
    display: block;
    margin-left: 0px;
    position: absolute;
    top: -15px;
    opacity: 0;
    width: auto;
    white-space: pre;
    animation-name: show-span13;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes show-span13 {
    to {
        margin-left: 80px;
        opacity: 1
    }
}


/******************BOTTOM ROTATE************************/

.third.bottom-rotate .line-style {
    transform: scale(1, -1);
    position: absolute;
    top: 330px;
    left: 150px;
}

.third.bottom-rotate .setWidth span {
    transform: rotate(180deg);
    transform: scale(1, -1);
    margin-left: -280px;
    margin-top: -5px;
    animation-name: show-span5;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes show-span5 {
    to {
        margin-left: -150px;
        opacity: 1
    }
}


/******************FOURTH BOTTOM ROTATE************************/

.fourth.bottom-rotate .line-style {
    transform: scale(-1, -1);
    position: absolute;
    top: 334px;
    left: 250px;
}

.fourth.bottom-rotate .setWidth span {
    transform: rotate(180deg);
    transform: scale(-1, -1);
    margin-left: -120px;
    margin-top: -5px;
    animation-name: show-span6;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes show-span6 {
    to {
        margin-left: -90px;
        opacity: 1
    }
}

.border-style {
    background: url(../../../../../../upload/av-alfasintez/Fon_white.svg) center;
    background-repeat: repeat;
    background-size: cover;
    height: 30px;
    width: 100%;
    position: relative;
    top: 22px;
    z-index: 9;
}
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .border-style{
        display: none !important;
    }
}


/************************************SECTION 9********************************************/

#map_canvas {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    #map_canvas {
        height: 750px !important;
        top: -750px;
        margin-bottom: -750px;
        z-index: 2;
    }
}

@media screen and (max-width: 767px) {
    #map_canvas {
        top: 0;
        margin-bottom: 0;
    }
}

.map-left-text {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0 150px;
    height: 750px !important;
}

.map-left-text-include {
    width: 400px !important;
}

.map-left-text h3 {
    border-bottom: 2px solid #8DC04B;
    color: #fff;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-top: 50px;
    width: 70%;
}

.map-left-text p {
    font-size: 19px;
    color: #fff;
}

.map-left-text ul {
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
}
.map-left-text-include ul li {
    margin: 22px 0;
    line-height: 26px;
}
.map-left-text li span,
.map-left-text-mobile li span {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.map-left-text span[data-phone],
.map-left-text-mobile span[data-phone] {
    background: url(../../../../../../upload/av-alfasintez/telephone-handset.svg) no-repeat left;
}

.map-left-text span[data-email],
.map-left-text-mobile span[data-email] {
    background: url(../../../../../../upload/av-alfasintez/email.svg) no-repeat left;
}

.map-left-text span[data-address],
.map-left-text-mobile span[data-address] {
    background: url(../../../../../../upload/av-alfasintez/location-marker.svg) no-repeat left;
}

li[data-social] {
    display: flex;
    justify-content: center;
}

li[data-social] div {
    background-size: 50px !important;
    height: 60px;
    width: 70px;
}

li[data-social] div:nth-child(1) {
    background: url(../../../../../../upload/av-alfasintez/google-plus.svg) no-repeat center;
}


li[data-social] div:nth-child(2) {
    background: url(../../../../../../upload/av-alfasintez/tw.svg) no-repeat center;
}

li[data-social] div:nth-child(3) {
    background: url(../../../../../../upload/av-alfasintez/facebook.svg) no-repeat center;
    background-size: 40px !important;
;
}

li[data-social] div a {
    display: block;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 768px) {
    #van_map_img {
        /* background: url(/upload/av-alfasintez/Van.png) no-repeat right;*/
        position: absolute;
        bottom: 0;
        right: 100%;
        width: 100%;
        height: 360px;
    }
}

.van_animation {
    animation-name: park-van;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes park-van {
    40% {
        right: 50%;
    }
    100% {
        right: 20%;
    }
}

.logoFooter img {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 3;
    width: 55px;
}
/******************************Media Query *****************************************************/

@media screen and (max-width: 1200px) {
    nav li {
        font-size: 16px !important;
        padding: 5px 15px 3px 15px !important;
    }
    .h1-decaration-lines {
        display: none !important;
    }
    .van_animation {
        animation-name: park-van;
        animation-duration: 2.2s;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
    }
    @keyframes park-van {
        40% {
            right: 60%;
        }
        100% {
            right: 30%;
        }
    }
    .eggs-slide-lines .line-style {
        position: absolute;
        bottom: 173px;
        left: 170px;
        right: 0;
    }
    .low-line .line-style {
        position: absolute;
        bottom: 172px;
        left: 200px;
        right: 0;
    }
    .low-line.bottom-rotate .line-style {
        position: absolute;
        top: 200px;
        left: 180px;
    }
    .low-line.bottom-rotate .line-style {
        position: absolute;
        top: 153px;
        left: 180px;
    }
    .hight-line.bottom-rotate .line-style {
        position: absolute;
        top: 164px;
        left: 200px;
    }
    .section-page-3 {
        height: 389px;
    }
    .tomatoes-slide-lines.hight-line.bottom-rotate .line-style {
        position: absolute;
        top: 300px;
        left: 236px;
    }
    .tomatoes-slide-lines.low-line.bottom-rotate .line-style {
        position: absolute;
        top: 315px;
        left: 130px;
    }
    .tomatoes-slide-lines.low-line .line-style {
        bottom: 299px;
        left: 260px;
    }
    .tomatoes-slide-lines.first .line-style {
        bottom: 310px;
    }
}


/*----------------------------  MOBILE MENU  ----------------------------------------*/
@media screen and (max-width: 992px) {
    #hamburger {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 4px;
        cursor: pointer;
        height: 49px;
        right: 27px;
        top: 25px;
        text-align: center;
        position: fixed;
        width: 60px;
        z-index: 99999;
    }
    #mobile-menu-wrap #mobile-btn {
        right: 27px;
        top: 30px;
        text-align: center;
        position: absolute;
        color: red;
        padding: 5px 8px;
        border: 2px solid red;
        border-radius: 5px;
        z-index: 999;
        background-color: #fff;
    }
    #mobile-menu-wrap #mobile-btn a {
        font-size: 15px;
        color: red;
        font-weight: bold;
    }
    #mobile-menu-wrap #mobile-btn > ul {
        margin-bottom: 0;
        padding: 0;
    }
    #mobile-menu-wrap #mobile-btn > ul > li {
        display: block;
    }
    #hamburger.open span {
        background-color: #FFF;
    }
    #hamburger.open {
        background-color: transparent;
    }
    #hamburger:hover span:nth-child(1) {
        top: 10px;
        -webkit-transition: .20s ease-in-out;
        -moz-transition: .20s ease-in-out;
        -o-transition: .20s ease-in-out;
        transition: .20s ease-in-out;
    }
    #hamburger:hover span:nth-child(3) {
        top: 34px;
        -webkit-transition: .16s ease-in-out;
        -moz-transition: .16s ease-in-out;
        -o-transition: .16s ease-in-out;
        transition: .16s ease-in-out;
    }
    #hamburger span {
        z-index: 99;
        display: block;
        position: absolute;
        height: 4px;
        margin-left: 11px;
        width: 64%;
        background-color: #000;
        border-radius: 5px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .20s ease-in-out;
        -moz-transition: .20s ease-in-out;
        -o-transition: .20s ease-in-out;
        transition: .25s ease-in-out;
    }
    #hamburger span:nth-child(1) {
        top: 10px;
    }
    #hamburger span:nth-child(2) {
        top: 22px;
    }
    #hamburger span:nth-child(3) {
        top: 34px
    }
    #hamburger.open span:nth-child(1) {
        top: 22px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #hamburger.open span:nth-child(2) {
        opacity: 0;
        left: -30px;
        -webkit-transition: .16s ease-in-out;
        -moz-transition: .16s ease-in-out;
        -o-transition: .16s ease-in-out;
        transition: .16s ease-in-out;
    }
    #hamburger.open span:nth-child(3) {
        top: 22px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    #mobile-menu {
        z-index: 9999;
        width: 260px;
        margin: 0 auto;
    }
    #mobile-menu li {
        list-style-type: none;
        margin: 27px 0;
    }
    #mobile-menu .green-border-btn {
        border: 0;
        font-size: 22px;
        font-weight: bold;
    }
    #mobile-menu .green-border-btn:hover {
        background-color: transparent !important;
        text-decoration: underline;
    }
    .langChange {
        border: 2px solid #fff;
        padding: 10px;
        border-radius: 100%;
        margin: 0 10px;
        display: inline-block;
        width: 50px;
        line-height: normal;
        height: 50px;
    }
    @media screen and (max-height: 350px) {
        #mobile-menu li {
            margin: 10px
        }
    }
    #mobile-menu li a {
        color: #FFF;
        font-size: 22px;
        font-weight: bold
    }
    #mobile-menu li:hover a {
        color: #ff202a;
    }
    .bg-mobile-menu.hidden {
        display: none !important;
    }
    .bg-mobile-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        align-items: center;
        display: flex !important;
        z-index: 9999;
        background-color: rgba(18, 18, 18, 0.95);
    }

    .logo-desctope {
        text-align: left;
    }
    .arrow-down img {
        width: 40px;
        height: 40px;
        position: relative;
        top: 37px;
        left: 3px;
        animation-name: mouseMove2;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    @keyframes mouseMove2 {
        0% {top: 57px;}
        50%{top: 30px;}
        100% {top: 57px;}
    }
    .section-page-2 p{
        margin-bottom: 30px;
    }
    .section-page-3 {
        height: 100%;
    }
    .section-page-3 > div {
        height: 250px;
    }
    .section-page-5 h3{
        margin-bottom: -15px;
    }
    .section-5-image > div {
        margin: 45px 0;
    }

    .section-5-image > div:nth-child(4) {
        margin-top: -5px;
    }
    .sect_8_BG{
        background: url(../../../../../../upload/av-alfasintez/tom.png) no-repeat center;
        background-size: contain;
        min-height: 500px;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
	.alfasintez-catalog-section .col-md-4:hover .catalog-hover > div:before, 
	.alfasintez-catalog-section .col-md-4:hover .catalog-hover > div:after{
		opacity:0 !important;
	}
}

@media screen and (max-width: 767px) {
    #map_canvas {
        height: 800px !important;
        top: -395px;
        z-index: 9;
    }
    .section-page-9 {
        height: 800px;
    }
    .map-left-text-include {
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99;
        padding-top: 20px;
    }
    .map-left-text-include {
        width: 100% !important;
    }
    .map-left-text-include * {
        color: #fff;
    }
    .map-left-text-mobile h3 {
        border-bottom: 2px solid #8DC04B;
        margin: 0 auto;
        width: 70%;
        max-width: 300px;
    }
    .map-left-text-mobile ul {
        font-size: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
    .sect_8_BG{
        background: url(../../../../../../upload/av-alfasintez/tom-min.png) no-repeat center;
        background-size: contain;
        display: inline-block;
        width: 100%;
        height: 100%;
        height: 300px;
        min-height: 300px !important;
    }
}

@media screen and (max-width: 700px) {
    .main-text-1st-page h3 {
        line-height: 27px !important;
        font-size: 20px;
    }
    .section-page-2 p {
        font-size: 19px;
        margin-bottom: 30px;
    }
    .section-5-image span {
        font-size: 12px;
    }
    .section-5-image > div:nth-child(4) {
        background-size: 120px;
    }
    .section-page-8 .container {
        margin-bottom: -10px;
    }
}

@media screen and (max-height: 700px) {
    .download-file {margin-top: 30px !important;}
    .main-text-1st-page{top: 0;}
    @keyframes mouseMove {
        0% {top: 57px;}
        50%{top: 0px;}
        100% {top: 57px;}
    }
}
@media screen and (max-height: 450px) {
    h1{font-size: 30px !important;}
    .main-text-1st-page{top: 0 !important;}
    .main-text-1st-page h3 {font-size: 18px !important;}
    .smothe_block {height: 34px !important;}
    .arrow-down img {
        width: 40px;
        height: 40px;
        position: relative;
        top: 27px;
        left: 3px;
        animation-name: none;
    }

}
@media screen and (max-width: 400px) {
    .sect_8_BG {
        background: url(../../../../../../upload/av-alfasintez/tom-min.png) no-repeat center;
        background-size: contain;
        display: inline-block;
        width: 100%;
        height: 100%;
        height: 200px;
        min-height: 280px !important;
    }

}

/* End */


/* Start:/bitrix/components/alfasintez/form.result.new/templates/alfasintez-UA/style.css?15143833591458*/
.alfasintez-call-back-form {
	position: relative;
	z-index: 9999;
}
.alfasintez-form-title {
	border-bottom: 1px solid #E0DEE1;
	font-size: 22px;
	font-weight: bold;
	color:#868686;
	padding-bottom: 15px;
	position: relative;
	z-index: 999999;
}
.alfasintez-call-back-form p {height: 13px;}
[name=SIMPLE_FORM_3] {
	z-index: 10;
	display: block;
	position: relative;
}
.alfasintez-call-back-form input.inputtext {
	border: 1px solid #E0DEE1;
	border-bottom: 6px solid #E0DEE1;
	border-radius: 6px;
	height: 40px;
	margin: 5px 0;
	outline: none;
	padding: 0 10px;
	width: 100%;
}
.alfasintez-call-back-form input.inputError{
	border-bottom: 6px solid #e24f4f;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #CECECE;}
::-moz-placeholder { /* Firefox 19+ */  color: #CECECE;}
:-ms-input-placeholder { /* IE 10+ */  color: #CECECE;}
:-moz-placeholder { /* Firefox 18- */  color: #CECECE;}

.alfasintez-form-submit {
	background-color: #86B747;
	border-radius: 3px;
	border: 2px solid #86a762;
	font-size: 20px;
	color: #fff;
	outline: none;
	margin-top: 10px;
	padding: 12px;
	width: 100%;
}

.av-form-result-ok span {
	color: #8DC04B!important;
	font-size: 22px;
	font-weight: bold;

}
.av-form-result-ok p {
	color: #868686;
	font-size: 18px;
	margin-bottom: 15px;

}
.inputErrors {
	height: 100%;
	display: inline-block;
}
.inputErrors p {
	display: block;
	height: 100%;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/alfasintez-board-UA/style.css?15160993954526*/
.catalog-price {
	color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}
.alfasintez-catalog-wrap {
	position: relative;
	margin: auto;
}
.alfasintez-catalog-wrap .alfa-prod-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	color: #868686;
}
.alfasintez-catalog-wrap .fa-angle-left {
	left: -20px;
}
.alfasintez-catalog-wrap .fa-angle-right {
	right: -20px;
}
.alfasintez-catalog-wrap .alfa-prod-nav:hover {
	opacity: 0.7;
	cursor: pointer;
}
.alfasintez-catalog-section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.alfasintez-catalog-section > div {
	height: 260px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 350px;
	margin: 10px !important;
}
.catalog-hover {
	opacity: 1;
	transition: .4s;
	color: #fff;
	transition: .4s;
	padding: 40px 30px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	cursor: pointer;
}
.catalog-hover:hover {
	background-color: rgba(94, 125, 54, 0.8);
	opacity: 1 !important;
}
.catalog-hover .catalog-hover-inner {
	opacity: 0;
}
.catalog-hover:hover .catalog-hover-inner,
.catalog-hover:hover{
	opacity: 1 !important;
}
.catalog-title {
	font-size: 20px;
	font-weight: bold;
}
.catalog-title {
	font-size: 20px;
	font-weight: bold
}
.alfasintez-catalog-section .col-md-4:hover .catalog-hover {opacity: 1}

/****************HOVER ANIMATION*********************/
.catalog-hover.catalogActive,
.catalog-hover.catalogActive .catalog-btn {opacity: 0}
.catalog-hover.catalogActive > div { border: 1px solid #fff;}
.catalog-hover > div {
	height: 180px;
	padding: 10px;
}
.catalog-hover > div:before,
.catalog-hover > div:after{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	-moz-transition: opacity 0.45s, -moz-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	z-index: 1;
}
.catalog-hover > div:before {
	content: "";
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 0;
}
.catalog-hover > div:after {
	content: "";
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 0;
}
.catalog-hover li {
	margin: 6px 15px;
}
.alfasintez-catalog-section .col-md-4:hover .catalog-hover > div:before,
.alfasintez-catalog-section .col-md-4:hover .catalog-hover > div:after {
	opacity: 1 ;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.product-under-title {
	color: #707378;
}
@-moz-document url-prefix() {
	.alfasintez-catalog-section .col-md-4:hover .catalog-hover > div {
		opacity: 1 !important;
		border: 1px solid #fff !important;
	}
.alfasintez-catalog-section .col-md-4:hover .catalog-hover > div:before,
.alfasintez-catalog-section .col-md-4:hover .catalog-hover > div:after {
	opacity: 0;
	}
}
.catalog-btn {
	border: 1px solid #fff;
	display: flex;
	cursor: pointer;
	justify-content: center;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	bottom: 50px;
	width: 70%;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
	z-index: 9;
}
.catalog-btn a{
	width: 100%;
	height: 100%;
	text-align: center;
}
.alfasintez-catalog-section .col-md-4:hover .catalog-btn {
	opacity: 1;
}
.catalog-btn:hover {
	background-color: #fff;
	transition: .4s;
}
.catalog-btn:hover a {
	color: #8DC04B !important;
	text-decoration: none;
}
@media screen and (max-width: 1199px) {
	.catalog-title {
		font-size: 19px;
	}
	.catalog-hover li {
		margin: 6px;
		font-size: 14px;
	}
	.catalog-product-box {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.alfasintez-catalog-wrap .fa-angle-left {
		left: -5px;
	}
	.alfasintez-catalog-wrap .fa-angle-right {
		right: -5px;
	}
}
@media screen and (max-width: 700px) {
	.catalog-hover {
		font-size: 15px;
	}
	.catalog-product-box {
		width: 100%;
	}
	.catalog-product-box .catalog-product-list {
		text-align: center;
	}
}
@media screen and (max-width: 400px) {
	.catalog-hover {
		font-size: 12px;
		min-width: 100%;
	}
	.catalog-title {
		font-size: 15px;
		font-weight: bold;
	}
	.catalog-hover li {
		text-align: center;
	}
}
/*
.catalog-btn-main {
	border: 1px solid rgba(122, 164, 67, .6);
	background-color: rgba(141,192,75,1) !important;transition: .4s;
}
.alfasintez-catalog-section .col-md-4:hover .catalog-btn-main {
	opacity: 0; transition: .4s;
}*/
/* End */
/* /ua/style.css?151790494924669 */
/* /bitrix/components/alfasintez/form.result.new/templates/alfasintez-UA/style.css?15143833591458 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/alfasintez-board-UA/style.css?15160993954526 */
